traversal of tree

网络  树的遍历

计算机



双语例句

  1. Recursive and non recursive implementation of binary tree traversal, the use of queues to achieve the level of binary tree traversal.
    利用递归和非递归实现二叉树的中序遍历,利用队列实现二叉树的层次遍历。
  2. Given a sequence of binary trees, you are to write a program that prints a level-order traversal of each tree.
    给定一个二叉树序列,你要写一个程序将每棵树按层序访问并打印出来。
  3. InfoQ: Does Repository Manager support traversal of dependency tree of arbitrary depth?
    InfoQ:RepositoryManager支持遍历任意深度的依赖树吗?
  4. It pointed out that relation mode could be organized by sequential traversal of hierarchy tree structure.
    方法指出将层次树状结构顺序遍历,组织成为关系模式。
  5. Traversal Algorithms of Ordered Tree
    有序树的遍历算法
  6. By careful researches of the traversal of binary tree, a new method of traversing binary tree is brought forward, which is able to solve the problem of traversal of binary tree.
    对二叉树的遍历过程进行深入地研究,提出一种生成二叉树遍历序列的新方法,解决了二叉树遍历序列的生成问题。
  7. The average running time of the recursive traversal algorithm of binary tree
    二叉树递归遍历算法的平均运行时间
  8. Postorder-traversal algorithm of binary tree based on EREW
    基于EREW的后序遍历二叉树算法
  9. Method: The automatic search and traversal of the transmission chain based on two-dimensional table or relation model was implemented by using the depth-first traversal strategy and program designing techniques of recursion queen and tree structure.
    方法:采用循环队列和树型数据结构的深度优先遍历策略和程序设计技术,实现在二维表格关系模型上的传播链自动搜索与遍历。
  10. This paper proves that the average running time of the recursive traversal algorithm of stochastic binary tree does not go beyond ( n3+ 6n2+ 11n)/ 18. Here, n is the number of nodes in the tree.
    本文证明了对由随机插入结点而逐渐产生的二叉树进行遍历的递归算法的平均运行时间少于等于(n3+6n2十11n)/18,其中n为树的结点数。
  11. The pre order, in order and post order traversal of every binary tree are unique, but those of different binary trees may be identical.
    但是不同的二叉树的先序遍历序列或中序遍历序列或后序遍历序列有可能是相同的。
  12. The pro-posed genetic algorithm encodes the agent migration trees by the pre-ordered traversal se-quence of tree vertices, together with the children number sequence of corresponding tree ver-tices.
    该算法采用树结点的前序遍历序列以及各个结点对应的子女数组成的序列共同对Agent迁移树进行编码。